﻿2026-09-11T11:29:32.8256414Z ##[group]Run actions/checkout@v5
2026-09-11T11:29:32.8257143Z with:
2026-09-11T11:29:32.8257520Z   repository: BigscreenVR/spt-bs-core
2026-09-11T11:29:32.8260372Z   token: ***
2026-09-11T11:29:32.8260730Z   ssh-strict: true
2026-09-11T11:29:32.8261091Z   ssh-user: git
2026-09-11T11:29:32.8261456Z   persist-credentials: true
2026-09-11T11:29:32.8261857Z   clean: true
2026-09-11T11:29:32.8262206Z   sparse-checkout-cone-mode: true
2026-09-11T11:29:32.8262610Z   fetch-depth: 1
2026-09-11T11:29:32.8262948Z   fetch-tags: false
2026-09-11T11:29:32.8263297Z   show-progress: true
2026-09-11T11:29:32.8263649Z   lfs: false
2026-09-11T11:29:32.8263970Z   submodules: false
2026-09-11T11:29:32.8264323Z   set-safe-directory: true
2026-09-11T11:29:32.8264715Z   allow-unsafe-pr-checkout: false
2026-09-11T11:29:32.8265320Z ##[endgroup]
2026-09-11T11:29:32.9062770Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-11T11:29:32.9064220Z ##[group]Getting Git version info
2026-09-11T11:29:32.9064869Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-11T11:29:32.9065798Z [command]/usr/bin/git version
2026-09-11T11:29:32.9066198Z git version 2.43.0
2026-09-11T11:29:32.9072763Z ##[endgroup]
2026-09-11T11:29:32.9080417Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/3553c68b-52ca-42a3-8e97-17daf6b11aef/.gitconfig'
2026-09-11T11:29:32.9087144Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3553c68b-52ca-42a3-8e97-17daf6b11aef' before making global git config changes
2026-09-11T11:29:32.9088217Z Adding repository directory to the temporary git global config as a safe directory
2026-09-11T11:29:32.9089949Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-11T11:29:32.9121232Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-11T11:29:32.9139161Z https://github.com/BigscreenVR/spt-bs-core
2026-09-11T11:29:32.9148878Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-11T11:29:32.9151420Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-11T11:29:32.9169583Z refs/heads/main
2026-09-11T11:29:32.9176498Z [command]/usr/bin/git checkout --detach
2026-09-11T11:29:32.9249064Z HEAD is now at 6a7dd6b76 docs(register): IR-103 repairs measured green at 0845e68d, mechanism confirmed from the trace
2026-09-11T11:29:32.9283750Z [command]/usr/bin/git branch --delete --force main
2026-09-11T11:29:32.9316765Z Deleted branch main (was 6a7dd6b76).
2026-09-11T11:29:32.9479404Z ##[endgroup]
2026-09-11T11:29:32.9482225Z [command]/usr/bin/git submodule status
2026-09-11T11:29:32.9666309Z ##[group]Cleaning the repository
2026-09-11T11:29:32.9668604Z [command]/usr/bin/git clean -ffdx
2026-09-11T11:29:34.2403676Z Removing target/
2026-09-11T11:29:34.2414379Z [command]/usr/bin/git reset --hard HEAD
2026-09-11T11:29:34.2492589Z HEAD is now at 6a7dd6b76 docs(register): IR-103 repairs measured green at 0845e68d, mechanism confirmed from the trace
2026-09-11T11:29:34.2498794Z ##[endgroup]
2026-09-11T11:29:34.2503458Z ##[group]Disabling automatic garbage collection
2026-09-11T11:29:34.2504319Z [command]/usr/bin/git config --local gc.auto 0
2026-09-11T11:29:34.2529899Z ##[endgroup]
2026-09-11T11:29:34.2530787Z ##[group]Setting up auth
2026-09-11T11:29:34.2536019Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-11T11:29:34.2565399Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-11T11:29:34.2754739Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-11T11:29:34.2777992Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-11T11:29:34.2964294Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-11T11:29:34.2990756Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-11T11:29:34.3178295Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-11T11:29:34.3209623Z ##[endgroup]
2026-09-11T11:29:34.3210796Z ##[group]Fetching the repository
2026-09-11T11:29:34.3216454Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e28bc27de1967e9cb748f1fd0ba881f1309dfb8f:refs/remotes/origin/main
2026-09-11T11:29:34.9401134Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-11T11:29:34.9402488Z  + 6a7dd6b76...e28bc27de e28bc27de1967e9cb748f1fd0ba881f1309dfb8f -> origin/main  (forced update)
2026-09-11T11:29:34.9425699Z ##[endgroup]
2026-09-11T11:29:34.9426373Z ##[group]Determining the checkout info
2026-09-11T11:29:34.9427426Z ##[endgroup]
2026-09-11T11:29:34.9431875Z [command]/usr/bin/git sparse-checkout disable
2026-09-11T11:29:34.9470888Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-11T11:29:34.9493523Z ##[group]Checking out the ref
2026-09-11T11:29:34.9496791Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-11T11:29:34.9785361Z Warning: you are leaving 1 commit behind, not connected to
2026-09-11T11:29:34.9786204Z any of your branches:
2026-09-11T11:29:34.9786494Z 
2026-09-11T11:29:34.9787109Z   6a7dd6b76 docs(register): IR-103 repairs measured green at 0845e68d, mechanism confirmed from the trace
2026-09-11T11:29:34.9787778Z 
2026-09-11T11:29:34.9788143Z If you want to keep it by creating a new branch, this may be a good time
2026-09-11T11:29:34.9788826Z to do so with:
2026-09-11T11:29:34.9789164Z 
2026-09-11T11:29:34.9789383Z  git branch <new-branch-name> 6a7dd6b76
2026-09-11T11:29:34.9789737Z 
2026-09-11T11:29:34.9793354Z Switched to a new branch 'main'
2026-09-11T11:29:34.9793940Z branch 'main' set up to track 'origin/main'.
2026-09-11T11:29:34.9804171Z ##[endgroup]
2026-09-11T11:29:34.9850012Z [command]/usr/bin/git log -1 --format=%H
2026-09-11T11:29:34.9881683Z e28bc27de1967e9cb748f1fd0ba881f1309dfb8f
